.logo{
    width: 150px;
    height: 70px;
}

.header-info{
    color: rgba(0, 124, 62, 0.747);
}

.nav-center{
    margin-right: 40px;
}

.page-active{
    padding: 10px 20px;
    border-radius: 7px;
    background-color:rgba(0, 124, 62, 0.747);
    color: white;
}

.active, .page-active{
    color: white;
}

.hero-box{
    width: 100%;
    height: 500px;
    background-image: url(alex-kotliarskyi-QBpZGqEMsKg-unsplash.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-box-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}

.ass{
    padding-top: 165px;
}

.form-div{
    width: auto;
}

/* .text-area textarea{
    box-sizing: border-box;
    max-width: 50%;
} */

.contact-form{
    padding: 8px 30px;
    background-color: white;
    border-radius: 5px;
    border: none;
}


.contact-form-message{
    padding: 10px 39px;
    background-color: white;
    border-radius: 5px;
    border: none;
}

.contact-form-submit{
    width: auto;
    padding: 8px 92px;
    background-color: rgba(0, 124, 62, 0.747);
    border-radius: 5px;
    color: white;
    border: none;
}

.contact-form-submit2{
    width: auto;
    padding: 8px 92px;
    background-color: rgba(0, 124, 62, 0.747);
    border-radius: 5px;
    color: white;
    border: none;
}

.footer-services{
    color: white;
    text-decoration: none;
}

.footer-services:hover{
    color: rgba(0, 124, 62, 0.747);
}

.footer-socials-contact-us{
    width: 35px;
    height: 35px;
    border: 1px solid #222;
    border-radius: 100px;
    display: inline-block;
}

.footer-socials-contact-us:hover{
    background-color: rgba(0, 124, 62, 0.747);
    border: 1px solid rgba(0, 124, 62, 0.747);
}

.contact-us-form{
    background-color: white;
    border-radius: 5px;
    border: 1px solid rgba(0, 124, 62, 0.747);
}

.contact-us-form-message{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #dbdada;
}

.footer-socials{
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 100px;
    display: inline-block;
}

.footer-socials:hover{
    background-color: rgba(0, 124, 62, 0.747);
    border: 1px solid rgba(0, 124, 62, 0.747);
}

.fa-facebook-f{
    color: white;
}

.fa-instagram{
    color: white;
}

.fa-twitter{
    color: white;
}

.fa-whatsapp{
    color: white;
}

.fa-linkedin{
    color: white;
}


.footer-rights{
    width: auto;
    height: auto;
    align-items: center;
    background-color: #222;
    color: white;
    padding-top: 15px;
}